Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 142 (100.0%) | 1711 (100.0%) | 12.0 |
src/slogo/turtle/ | 53 (37.3%) | 1217 (71.1%) | 22.9 |
src/slogo/ | 20 (14.1%) | 160 (9.4%) | 8.0 |
src/slogo/instruction/ | 20 (14.1%) | 159 (9.3%) | 7.9 |
src/slogo/parser/ | 11 (7.7%) | 62 (3.6%) | 5.6 |
src/slogo/testing/ | 3 (2.1%) | 61 (3.6%) | 20.3 |
src/slogo/expression/ | 5 (3.5%) | 31 (1.8%) | 6.2 |
src/slogo/parser/token/ | 3 (2.1%) | 16 (0.9%) | 5.3 |
saved_slogo_programs/ | 9 (6.3%) | 4 (0.2%) | 0.4 |
background_images/ | 7 (4.9%) | 1 (0.1%) | 0.1 |
images/ | 10 (7.0%) | 0 (0.0%) | 0.0 |
/ | 1 (0.7%) | 0 (0.0%) | 0.0 |
Added list of our implementations into comments in TurtleField
5 lines of code changed in 1 file:
Took out the scroll bar code because I couldn't get it to work in the text area.
1 lines of code changed in 1 file:
Made text windows close when file is saved.
5 lines of code changed in 1 file:
Formatted files in slogo.turtle. Added method comments where missing. Refactored TurtleField as much as possible.
288 lines of code changed in 5 files:
Finished formatting and proofreading the following packages: slogo, slogo.expression, slogo.instruction
85 lines of code changed in 13 files:
Formatted and added method comments to all files in slogo package.
66 lines of code changed in 3 files:
0 lines of code changed in 4 files:
Fixed SubRoutine.java to extend Instructions and cleared saved programs folder
2 lines of code changed in 1 file:
Edited To.java
1 lines of code changed in 1 file:
Added space in To.java
1 lines of code changed in 1 file:
Finished Open File button implementation which opens up a file, exports instructions to it and saves it
130 lines of code changed in 1 file:
Finished saving to a new file implementation.
20 lines of code changed in 3 files:
Fixed Variable.java to get the variable out of the context so that x=20, fd x will move turtle forward 20.
1 lines of code changed in 1 file:
NewFile button now works. Still need to add instruction export method.
68 lines of code changed in 3 files:
Cleaned project
81 lines of code changed in 1 file:
Added comments to TurtleContext.
15 lines of code changed in 5 files:
Refactored JTurtle by moving all instance variables to the top and making sure they all had access modifiers. Deleted some code that was not needed. Recentered the turtle since I resized the window earlier to fit all the buttons.
17 lines of code changed in 2 files:
Added last pop up window for Advice on background image size if not chosen from default directory. Added more images to default background images directory.
10 lines of code changed in 6 files:
Still fighting on getting file saving to work. Updated the GUI so that hide/show does not put any buttons off screen.
53 lines of code changed in 3 files:
Added functionality to put in file name to save a file with instruction and automatically pop up another window where eventually the contents of the file will be displayed.
182 lines of code changed in 2 files:
(38 more)